-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #2878: apoc 4.4.0.4 is reported as incompatible with neo4j-community-4.4.6 in neo4j.log #2885
Conversation
…th neo4j-community-4.4.6 in neo4j.log
@Lojjs Sorry about this annoying bug. Unluckily I tried it on a version where it worked 🤦. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This definitely looks more correct, but I wonder could we be certain that both Neo4j and APOC always will have the versioning separator .
?
If yes, I guess we can simplify and just hard-code it.
If no, we can do the comparison independent of the separator so that e.g. 4_4_5
is shown as compatible with 4.4.0.4
based on that the first two numbers are the same.
What do you think?
be10e7a
to
b08de7f
Compare
Yes, the second option (4_4_5 = 4.4.0.4) probably makes more sense. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…unity-4.4.6 in neo4j.log (#2885)
…th neo4j-community-4.4.6 in neo4j.log (neo4j-contrib#2885)
…unity-4.4.6 in neo4j.log (#2885)
…unity-4.4.6 in neo4j.log (#2885)
Fixes #2878